home *** CD-ROM | disk | FTP | other *** search
/ Echoes of Ireland / Echoes of Ireland.iso / IRISH_ENGINE / quiz / quiz.swf / scripts / DefineButton2_10 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2004-06-16  |  95 b   |  5 lines

  1. on(release){
  2.    choice = _name.slice(6,_name.length);
  3.    _parent._parent.answer(choice);
  4. }
  5.